09. Quiz: Design Task URIs
Design Task URIs
Given the structure of the task table, choose the URI structures that will work best for giving a ContentProvider access to:
- A directory (or multiple rows) of task data
- Data for a single task identified by it’s ID
Example of the tasks table structure.
SOLUTION:
- content://<authority>/tasks
- content://<authority>/tasks/#